Show expression

Description

The show expression property is a logical expression. If the expression evaluates to false, the button will not be shown on the ControlBar. The expression can reference data properties.

For example, you might have a data property called 'UXState' and this property might have a value of 'dirty' or 'clean'. The Show expression could be set to:

UXState == 'dirty'